home *** CD-ROM | disk | FTP | other *** search
- #! /bin/csh
-
- foreach myfile ( \
- AbstractConverter.h \
- AbstractConverter.m \
- \
- Convert.msg \
- \
- ConvertController.h \
- ConvertController.m \
- \
- File.h \
- File.m \
- File.rtf \
- \
- MacToNeXTText.h \
- MacToNeXTText.m \
- MacToNeXTText.rtf \
- \
- NeXTToMacText.h \
- NeXTToMacText.m \
- NeXTToMacText.rtf \
- \
- PSFile.h \
- PSFile.m \
- PSFile.rtf \
- \
- ProgressInd.psw \
- ProgressIndicator.h \
- ProgressIndicator.m \
- \
- ResultObject.h \
- ResultObject.m \
- ResultObject.rtf \
- \
- TextConverter.h \
- TextConverter.m \
- TextConverter.rtf \
- \
- TextFile.h \
- TextFile.m \
- \
- common.c \
- common.h \
- \
- testMac2NeXT.m \
- testNeXT2Mac.m \
- testText.README \
- testText.makefile \
- \
- getout \
- check_all \
- checkin \
- checkout \
- )
- echo " Checking in $myfile"
- ci -l -f -m"`date`" "$myfile"
- end
-
- wait
-
-